net/http.http2priorityWriteSchedulerRFC7540.writeThrottleLimit (field)
8 uses
net/http (current package)
h2_bundle.go#L11473: ws.writeThrottleLimit = 1024
h2_bundle.go#L11475: ws.writeThrottleLimit = math.MaxInt32
h2_bundle.go#L11645: writeThrottleLimit int32
h2_bundle.go#L11805: limit = ws.writeThrottleLimit
h2_bundle.go#L11816: ws.writeThrottleLimit += 1024
h2_bundle.go#L11817: if ws.writeThrottleLimit < 0 {
h2_bundle.go#L11818: ws.writeThrottleLimit = math.MaxInt32
h2_bundle.go#L11821: ws.writeThrottleLimit = 1024
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)